home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Business Assistant
/
Business Assistant.iso
/
stock
/
ibmdisk5
/
ibm5.bat
< prev
next >
Wrap
DOS Batch File
|
1992-02-25
|
3KB
|
81 lines
ECHO OFF
ECHO INSTRUCTIONS FOR
ECHO IBM DISK 5
ECHO .
ECHO .
ECHO STOCKCHART is a stock charting system. This disk contains the
ECHO STOCKCHART programs and the related files needed to run those
ECHO programs.
ECHO .
ECHO Please note that since AAII did not produce the program(s) in this
ECHO package, we should not be held responsible for any bugs or other
ECHO failings. If you encounter any problems with the package, please
ECHO contact the program author (see the program documentation for
ECHO details). Only contact AAII if this disk is somehow damaged or if
ECHO any of its files are corrupted.
ECHO .
ECHO Before you use this disk, we suggest you do the following: First,
ECHO following the procedure outlined in your computer's DOS manual (see
ECHO the FORMAT command), format a disk (using the /S format option, if you
ECHO wish to make a "boot disk"). Second, copy the GRAPHICS.COM program
ECHO from your DOS system disk to the newly formatted disk. Finally, copy
ECHO the files from this original disk to the disk you have just formatted
ECHO (using COPY *.*). Use the new disk as your working disk. This
ECHO original program disk should be kept in a safe place and
PAUSE
ECHO used only to make working copies. The program's documentation file
ECHO contains further information if you wish to use Stock Charting
ECHO System on a hard disk system.
ECHO .
ECHO The following is the directory listing for IBM Disk 5:
ECHO .
ECHO IBM5 BAT
ECHO SMSETUP3 CTL
ECHO CATALOG POR
ECHO DABT SMP
ECHO DDJIND SMP
ECHO DEK SMP
ECHO WABT SMP
ECHO WDJIND SMP
ECHO WEK SMP
ECHO SM3 EXE
ECHO SMMMENU3 EXE
ECHO SMADDEL3 EXE
ECHO SMUPDAT3 EXE
ECHO SMENTRY3 EXE
pause
ECHO SMGRAPH3 EXE
ECHO BRUN30 EXE
ECHO SMHSREQ3 HLP
ECHO SMINSHN3 HLP
ECHO SMINSHU3 HLP
ECHO SMINSFD3 HLP
ECHO SMUSERM3 HLP
ECHO SMSTART3 HLP
ECHO SMFMAIN3 HLP
ECHO SMGRDIS3 HLP
ECHO SMMMENU3 HLP
ECHO SMADDEL3 HLP
ECHO SMVIEWS3 HLP
ECHO SMSTYPE3 HLP
pause
ECHO SMUPDAT3 HLP
ECHO SMCURUP3 HLP
ECHO SMDTOWK3 HLP
ECHO SMENTRY3 HLP
ECHO SMHDINP3 HLP
ECHO SMGRAPH3 HLP
ECHO SMGROPT3 HLP
ECHO SMPINFO3 HLP
ECHO SMGLCOM3 HLP
ECHO SMGLFIN3 HLP
ECHO SMREGIS3 HLP
ECHO README DOC
ECHO RELEASE3 02
ECHO .
pause
ECHO In order to view the documentation file, refer to README.DOC
ECHO on the Program disk. You can print out this direction file (IBM5.BAT)
ECHO by typing: COPY IBM5.BAT PRN
ECHO Good luck!
ECHO .